Contribution org.nuxeo.ecm.social.workspace.event.handlers--event-handlers
In component org.nuxeo.ecm.social.workspace.event.handlers
org.nuxeo.ecm.social.workspace.event.handlers
inside nuxeo-social-workspace-core-5.8.jar
This contribution is part of XML component Extension Point
Extension point event-handlers of component OperationServiceComponent.Contributed Items
XML Source
<extension point="event-handlers" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
<handler chainId="SocialWorkspaceCreatedChain" postCommit="false">
<event>documentCreated</event>
<filters>
<doctype>SocialWorkspace</doctype>
</filters>
</handler>
</extension>